home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / TSWWebCoder.exe / 0 / RCDATA / TDXINSPECTORCUSTOMIZEFORM / TDXINSPECTORCUSTOMIZEFORM.txt
Text File  |  2003-09-12  |  1KB  |  66 lines

  1. object dxInspectorCustomizeForm: TdxInspectorCustomizeForm
  2.   Left = 490
  3.   Top = 111
  4.   Width = 188
  5.   Height = 247
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Customize'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 180
  26.     Height = 220
  27.     ActivePage = tsRows
  28.     Align = alClient
  29.     TabOrder = 0
  30.     object tsRows: TTabSheet
  31.       Caption = '  Rows  '
  32.     end
  33.     object tsCategories: TTabSheet
  34.       Caption = '  Categories  '
  35.       ImageIndex = 1
  36.       object Panel: TPanel
  37.         Left = 0
  38.         Top = 157
  39.         Width = 172
  40.         Height = 35
  41.         Align = alBottom
  42.         BevelOuter = bvNone
  43.         TabOrder = 0
  44.         object BNew: TButton
  45.           Left = 7
  46.           Top = 7
  47.           Width = 75
  48.           Height = 23
  49.           Caption = '&New...'
  50.           TabOrder = 0
  51.           OnClick = BNewClick
  52.         end
  53.         object BDelete: TButton
  54.           Left = 90
  55.           Top = 7
  56.           Width = 75
  57.           Height = 23
  58.           Caption = '&Delete'
  59.           TabOrder = 1
  60.           OnClick = BDeleteClick
  61.         end
  62.       end
  63.     end
  64.   end
  65. end
  66.